[INFO] cloning repository https://github.com/FaizoKen/osu-Player-Role
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/FaizoKen/osu-Player-Role" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FFaizoKen%2Fosu-Player-Role", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FFaizoKen%2Fosu-Player-Role'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] d84d41e76a413a9b75c42eafb026e832eb4a4bbd
[INFO] fixing FaizoKen/osu-Player-Role against try#622891a4e29178280638a6b63a8908bde2c0c854+cargoflags=-Zfix-edition=end=2015,2024 for pr-157817-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FFaizoKen%2Fosu-Player-Role" "/workspace/builds/worker-2-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/FaizoKen/osu-Player-Role
[INFO] finished tweaking git repo https://github.com/FaizoKen/osu-Player-Role
[INFO] tweaked toml for git repo https://github.com/FaizoKen/osu-Player-Role written to /workspace/builds/worker-2-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/FaizoKen/osu-Player-Role on toolchain 622891a4e29178280638a6b63a8908bde2c0c854
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/FaizoKen/osu-Player-Role already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/source:/opt/rustwide/workdir:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] c4579ecbb6811b57823e47bf1d53680c121fc1e08959ced7b907548da8f3cfb8
[INFO] running `Command { std: "docker" "start" "c4579ecbb6811b57823e47bf1d53680c121fc1e08959ced7b907548da8f3cfb8", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "c4579ecbb6811b57823e47bf1d53680c121fc1e08959ced7b907548da8f3cfb8" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "c4579ecbb6811b57823e47bf1d53680c121fc1e08959ced7b907548da8f3cfb8", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=" "-w" "/opt/rustwide/workdir" "--user" "0:0" "c4579ecbb6811b57823e47bf1d53680c121fc1e08959ced7b907548da8f3cfb8" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fix" "--allow-no-vcs" "--allow-dirty" "--frozen" "--all" "--all-targets" "--message-format=json" "-Zfix-edition=end=2015,2024", kill_on_drop: false }`
[INFO] [stderr] crater-edition-check: migrating to next edition
[INFO] [stderr]    Migrating Cargo.toml from 2021 edition to 2024
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]    Compiling syn v2.0.117
[INFO] [stderr]    Compiling ring v0.17.14
[INFO] [stderr]     Checking typenum v1.20.0
[INFO] [stderr]     Checking getrandom v0.2.17
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling zeroize v1.8.2
[INFO] [stderr]    Compiling pin-project-lite v0.2.17
[INFO] [stderr]    Compiling digest v0.10.7
[INFO] [stderr]    Compiling futures-core v0.3.32
[INFO] [stderr]    Compiling mio v1.2.0
[INFO] [stderr]    Compiling socket2 v0.6.3
[INFO] [stderr]    Compiling zerocopy v0.8.48
[INFO] [stderr]    Compiling futures-sink v0.3.32
[INFO] [stderr]    Compiling percent-encoding v2.3.2
[INFO] [stderr]    Compiling getrandom v0.3.4
[INFO] [stderr]    Compiling rustls-pki-types v1.14.1
[INFO] [stderr]    Compiling tinyvec v1.11.0
[INFO] [stderr]    Compiling form_urlencoded v1.2.2
[INFO] [stderr]    Compiling hashbrown v0.15.5
[INFO] [stderr]    Compiling tracing-core v0.1.36
[INFO] [stderr]    Compiling concurrent-queue v2.5.0
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling iana-time-zone v0.1.65
[INFO] [stderr]     Checking simd-adler32 v0.3.9
[INFO] [stderr]    Compiling tokio v1.52.3
[INFO] [stderr]    Compiling futures-io v0.3.32
[INFO] [stderr]    Compiling crc-catalog v2.5.0
[INFO] [stderr]    Compiling slab v0.4.12
[INFO] [stderr]    Compiling futures-task v0.3.32
[INFO] [stderr]    Compiling sha2 v0.10.9
[INFO] [stderr]     Checking miniz_oxide v0.8.9
[INFO] [stderr]     Checking generic-array v0.14.7
[INFO] [stderr]    Compiling webpki-roots v1.0.7
[INFO] [stderr]    Compiling crc v3.4.0
[INFO] [stderr]    Compiling event-listener v5.4.1
[INFO] [stderr]    Compiling unicode-normalization v0.1.25
[INFO] [stderr]    Compiling futures-util v0.3.32
[INFO] [stderr]    Compiling webpki-roots v0.26.11
[INFO] [stderr]    Compiling chrono v0.4.44
[INFO] [stderr]    Compiling hmac v0.12.1
[INFO] [stderr]     Checking block-buffer v0.10.4
[INFO] [stderr]     Checking crypto-common v0.1.7
[INFO] [stderr]    Compiling hashlink v0.10.0
[INFO] [stderr]    Compiling crossbeam-queue v0.3.12
[INFO] [stderr]    Compiling portable-atomic v1.13.1
[INFO] [stderr]    Compiling uuid v1.23.1
[INFO] [stderr]    Compiling unicode-properties v0.1.4
[INFO] [stderr]     Checking rand_chacha v0.3.1
[INFO] [stderr]     Checking flate2 v1.1.9
[INFO] [stderr]     Checking rand_core v0.9.5
[INFO] [stderr]    Compiling stringprep v0.1.5
[INFO] [stderr]    Compiling hkdf v0.12.4
[INFO] [stderr]     Checking brotli v8.0.2
[INFO] [stderr]    Compiling atoi v2.0.0
[INFO] [stderr]    Compiling md-5 v0.10.6
[INFO] [stderr]    Compiling futures-channel v0.3.32
[INFO] [stderr]     Checking raw-cpuid v11.6.0
[INFO] [stderr]    Compiling home v0.5.12
[INFO] [stderr]    Compiling bitflags v2.11.1
[INFO] [stderr]    Compiling whoami v1.6.1
[INFO] [stderr]     Checking compression-core v0.4.32
[INFO] [stderr]    Compiling num-conv v0.2.2
[INFO] [stderr]     Checking regex-automata v0.4.14
[INFO] [stderr]    Compiling time-macros v0.2.27
[INFO] [stderr]     Checking serde_json v1.0.149
[INFO] [stderr]     Checking serde_path_to_error v0.1.20
[INFO] [stderr]     Checking rand v0.8.6
[INFO] [stderr]     Checking rand_chacha v0.9.0
[INFO] [stderr]     Checking quanta v0.12.6
[INFO] [stderr]     Checking spinning_top v0.3.0
[INFO] [stderr]     Checking futures-timer v3.0.3
[INFO] [stderr]     Checking no-std-compat v0.4.1
[INFO] [stderr]     Checking nonzero_ext v0.3.0
[INFO] [stderr]     Checking rand v0.9.4
[INFO] [stderr]     Checking sha1 v0.10.6
[INFO] [stderr]     Checking headers-core v0.3.0
[INFO] [stderr]     Checking nonempty v0.7.0
[INFO] [stderr]     Checking web-time v1.1.0
[INFO] [stderr]     Checking headers v0.4.1
[INFO] [stderr]     Checking tracing-log v0.2.0
[INFO] [stderr]    Compiling rustls v0.23.40
[INFO] [stderr]     Checking time v0.3.47
[INFO] [stderr]    Compiling synstructure v0.13.2
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling zerofrom-derive v0.1.7
[INFO] [stderr]    Compiling yoke-derive v0.8.2
[INFO] [stderr]    Compiling zerovec-derive v0.11.3
[INFO] [stderr]    Compiling displaydoc v0.2.5
[INFO] [stderr]    Compiling tracing-attributes v0.1.31
[INFO] [stderr]    Compiling tokio-macros v2.7.0
[INFO] [stderr]    Compiling futures-macro v0.3.32
[INFO] [stderr]    Compiling thiserror-impl v2.0.18
[INFO] [stderr]    Compiling axum-macros v0.5.1
[INFO] [stderr]     Checking rustls-webpki v0.103.13
[INFO] [stderr]    Compiling ppv-lite86 v0.2.21
[INFO] [stderr]     Checking compression-codecs v0.4.38
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling pin-project-internal v1.1.13
[INFO] [stderr]    Compiling tokio-stream v0.1.18
[INFO] [stderr]    Compiling thiserror v2.0.18
[INFO] [stderr]     Checking tracing v0.1.44
[INFO] [stderr]    Compiling zerofrom v0.1.8
[INFO] [stderr]     Checking matchers v0.2.0
[INFO] [stderr]     Checking yoke v0.8.2
[INFO] [stderr]     Checking cookie v0.18.1
[INFO] [stderr]     Checking regex v1.12.3
[INFO] [stderr]     Checking axum-core v0.5.6
[INFO] [stderr]    Compiling zerovec v0.11.6
[INFO] [stderr]    Compiling zerotrie v0.2.4
[INFO] [stderr]     Checking thiserror v1.0.69
[INFO] [stderr]     Checking pin-project v1.1.13
[INFO] [stderr]     Checking forwarded-header-value v0.1.1
[INFO] [stderr]     Checking tinystr v0.8.3
[INFO] [stderr]     Checking potential_utf v0.1.5
[INFO] [stderr]     Checking icu_collections v2.2.0
[INFO] [stderr]     Checking icu_locale_core v2.2.0
[INFO] [stderr]     Checking serde v1.0.228
[INFO] [stderr]     Checking futures-executor v0.3.32
[INFO] [stderr]     Checking futures v0.3.32
[INFO] [stderr]     Checking smallvec v1.15.1
[INFO] [stderr]     Checking serde_urlencoded v0.7.1
[INFO] [stderr]     Checking either v1.15.0
[INFO] [stderr]     Checking icu_provider v2.2.0
[INFO] [stderr]     Checking parking_lot_core v0.9.12
[INFO] [stderr]     Checking tracing-subscriber v0.3.23
[INFO] [stderr]     Checking icu_properties v2.2.0
[INFO] [stderr]     Checking icu_normalizer v2.2.0
[INFO] [stderr]     Checking parking_lot v0.12.5
[INFO] [stderr]     Checking dashmap v6.2.1
[INFO] [stderr]     Checking dashmap v5.5.3
[INFO] [stderr]     Checking futures-intrusive v0.5.0
[INFO] [stderr]     Checking governor v0.8.1
[INFO] [stderr]     Checking governor v0.6.3
[INFO] [stderr]     Checking idna_adapter v1.2.2
[INFO] [stderr]     Checking idna v1.1.0
[INFO] [stderr]     Checking url v2.5.8
[INFO] [stderr]     Checking hyper v1.9.0
[INFO] [stderr]     Checking tower v0.5.3
[INFO] [stderr]     Checking async-compression v0.4.42
[INFO] [stderr]     Checking tokio-rustls v0.26.4
[INFO] [stderr]     Checking tokio-util v0.7.18
[INFO] [stderr]     Checking tower-http v0.6.11
[INFO] [stderr]     Checking sqlx-core v0.8.6
[INFO] [stderr]     Checking hyper-util v0.1.20
[INFO] [stderr]     Checking axum v0.8.9
[INFO] [stderr]     Checking hyper-rustls v0.27.9
[INFO] [stderr]     Checking reqwest v0.12.28
[INFO] [stderr]     Checking sqlx-postgres v0.8.6
[INFO] [stderr]     Checking axum-extra v0.10.3
[INFO] [stderr]     Checking tower_governor v0.7.0
[INFO] [stderr]    Compiling sqlx-macros-core v0.8.6
[INFO] [stderr]    Compiling sqlx-macros v0.8.6
[INFO] [stderr]     Checking sqlx v0.8.6
[INFO] [stderr]     Checking osu-player-role v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]    Migrating src/main.rs from 2021 edition to 2024
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/routes/oauth.rs:140:15
[INFO] [stdout]     |
[INFO] [stdout] 140 |           match client
[INFO] [stdout]     |  _______________^
[INFO] [stdout] 141 | |             .get_user(&app_tokens.access_token, user.id, mode)
[INFO] [stdout] 142 | |             .await
[INFO] [stdout]     | |              ----^
[INFO] [stdout]     | |              |   |
[INFO] [stdout]     | |              |   this value will be stored in a temporary; let us call it `#5`
[INFO] [stdout]     | |              |   up until Edition 2021 `#5` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]     | |______________|___`__awaitee` calls a custom destructor
[INFO] [stdout]     |                |   `__awaitee` will be dropped later as of Edition 2024
[INFO] [stdout]     |                this value will be stored in a temporary; let us call it `#6`
[INFO] [stdout]     |                up until Edition 2021 `#6` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]     |                this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |                `#1` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 145 |                   upsert_stats(&mut tx, user.id, mode, &u).await?;
[INFO] [stdout]     |                   -----------------------------------------------
[INFO] [stdout]     |                   |                                        |
[INFO] [stdout]     |                   |                                        this value will be stored in a temporary; let us call it `#4`
[INFO] [stdout]     |                   |                                        `#4` will be dropped later as of Edition 2024
[INFO] [stdout]     |                   this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]     |                   `#2` will be dropped later as of Edition 2024
[INFO] [stdout]     |                   this value will be stored in a temporary; let us call it `#3`
[INFO] [stdout]     |                   `#3` will be dropped later as of Edition 2024
[INFO] [stdout] 146 |               }
[INFO] [stdout] 147 |               Err(e) => {
[INFO] [stdout]     |                   -
[INFO] [stdout]     |                   |
[INFO] [stdout]     |                   `e` calls a custom destructor
[INFO] [stdout]     |                   `e` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 155 |       }
[INFO] [stdout]     |       - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#5` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]     = note: `#1` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]     = note: `#2` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]     = note: `#4` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]     = note: `e` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]     = note: `--force-warn tail-expr-drop-order` implied by `--force-warn rust-2024-compatibility`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/routes/oauth.rs:430:15
[INFO] [stdout]     |
[INFO] [stdout] 430 |           match client
[INFO] [stdout]     |  _______________^
[INFO] [stdout] 431 | |             .get_user(&app_tokens.access_token, osu_user_id, mode)
[INFO] [stdout] 432 | |             .await
[INFO] [stdout]     | |              ----^
[INFO] [stdout]     | |              |   |
[INFO] [stdout]     | |              |   this value will be stored in a temporary; let us call it `#5`
[INFO] [stdout]     | |              |   up until Edition 2021 `#5` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]     | |______________|___`__awaitee` calls a custom destructor
[INFO] [stdout]     |                |   `__awaitee` will be dropped later as of Edition 2024
[INFO] [stdout]     |                this value will be stored in a temporary; let us call it `#6`
[INFO] [stdout]     |                up until Edition 2021 `#6` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]     |                this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |                `#1` will be dropped later as of Edition 2024
[INFO] [stdout] 433 |           {
[INFO] [stdout] 434 |               Ok(u) => upsert_stats(&mut tx, osu_user_id, mode, &u).await?,
[INFO] [stdout]     |                        ---------------------------------------------------
[INFO] [stdout]     |                        |                                            |
[INFO] [stdout]     |                        |                                            this value will be stored in a temporary; let us call it `#4`
[INFO] [stdout]     |                        |                                            `#4` will be dropped later as of Edition 2024
[INFO] [stdout]     |                        this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]     |                        `#2` will be dropped later as of Edition 2024
[INFO] [stdout]     |                        this value will be stored in a temporary; let us call it `#3`
[INFO] [stdout]     |                        `#3` will be dropped later as of Edition 2024
[INFO] [stdout] 435 |               Err(e) => {
[INFO] [stdout]     |                   -
[INFO] [stdout]     |                   |
[INFO] [stdout]     |                   `e` calls a custom destructor
[INFO] [stdout]     |                   `e` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 443 |       }
[INFO] [stdout]     |       - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#5` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]     = note: `#1` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]     = note: `#2` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]     = note: `#4` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]     = note: `e` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/services/rolelogic.rs:233:29
[INFO] [stdout]     |
[INFO] [stdout] 233 |               if let Err(e) = self
[INFO] [stdout]     |  ________________________-____^
[INFO] [stdout]     | |                        |
[INFO] [stdout]     | |                        `e` calls a custom destructor
[INFO] [stdout]     | |                        `e` will be dropped later as of Edition 2024
[INFO] [stdout] 234 | |                 .upload_chunk(guild_id, role_id, &upload_id, chunk, token)
[INFO] [stdout] 235 | |                 .await
[INFO] [stdout]     | |                  ----^
[INFO] [stdout]     | |                  |   |
[INFO] [stdout]     | |                  |   this value will be stored in a temporary; let us call it `#5`
[INFO] [stdout]     | |                  |   up until Edition 2021 `#5` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]     | |__________________|___`__awaitee` calls a custom destructor
[INFO] [stdout]     |                    |   `__awaitee` will be dropped later as of Edition 2024
[INFO] [stdout]     |                    this value will be stored in a temporary; let us call it `#6`
[INFO] [stdout]     |                    up until Edition 2021 `#6` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]     |                    this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |                    `#1` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 245 |                   if let Err(cancel_err) = self
[INFO] [stdout]     |  ____________________________----------____-
[INFO] [stdout]     |  ____________________________|_____________|
[INFO] [stdout]     |  ____________________________|_____________|
[INFO] [stdout]     |  ____________________________|_____________|
[INFO] [stdout]     | |                            |
[INFO] [stdout]     | |                            `cancel_err` calls a custom destructor
[INFO] [stdout]     | |                            `cancel_err` will be dropped later as of Edition 2024
[INFO] [stdout] 246 | |                     .cancel_upload(guild_id, role_id, &upload_id, token)
[INFO] [stdout] 247 | |                     .await
[INFO] [stdout]     | |                      -----
[INFO] [stdout]     | |______________________|___|
[INFO] [stdout]     | |______________________|___this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]     | |______________________|___`#2` will be dropped later as of Edition 2024
[INFO] [stdout]     | |______________________|___this value will be stored in a temporary; let us call it `#3`
[INFO] [stdout]     |                        |   `#3` will be dropped later as of Edition 2024
[INFO] [stdout]     |                        this value will be stored in a temporary; let us call it `#4`
[INFO] [stdout]     |                        `#4` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 258 | |         }
[INFO] [stdout]     | |         - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#5` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]     = note: `#1` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]     = note: `e` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]     = note: `#2` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]     = note: `#4` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]     = note: `cancel_err` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]     --> src/tasks/job_worker.rs:75:37
[INFO] [stdout]      |
[INFO] [stdout]   35 |               if let Ok(n) = jobs::reap_stuck(&state.pool, STUCK_LOCK_SECS).await {
[INFO] [stdout]      |                              ----------------------------------------------------
[INFO] [stdout]      |                              |                                              |
[INFO] [stdout]      |                              |                                              this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]      |                              |                                              `#2` will be dropped later as of Edition 2024
[INFO] [stdout]      |                              this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]      |                              `#1` will be dropped later as of Edition 2024
[INFO] [stdout]      |                              `__awaitee` calls a custom destructor
[INFO] [stdout]      |                              `__awaitee` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]   43 |           let claimed = match jobs::claim_batch(&state.pool, &worker_id, BATCH_SIZE).await {
[INFO] [stdout]      |                               ------------------------------------------------------------
[INFO] [stdout]      |                               |                                                      |
[INFO] [stdout]      |                               |                                                      this value will be stored in a temporary; let us call it `#5`
[INFO] [stdout]      |                               |                                                      `#5` will be dropped later as of Edition 2024
[INFO] [stdout]      |                               this value will be stored in a temporary; let us call it `#3`
[INFO] [stdout]      |                               `#3` will be dropped later as of Edition 2024
[INFO] [stdout]      |                               this value will be stored in a temporary; let us call it `#4`
[INFO] [stdout]      |                               `#4` will be dropped later as of Edition 2024
[INFO] [stdout]   44 |               Ok(j) => j,
[INFO] [stdout]   45 |               Err(e) => {
[INFO] [stdout]      |                   -
[INFO] [stdout]      |                   |
[INFO] [stdout]      |                   `e` calls a custom destructor
[INFO] [stdout]      |                   `e` will be dropped later as of Edition 2024
[INFO] [stdout]   46 |                   tracing::error!(worker_id, "claim_batch failed: {e}");
[INFO] [stdout]   47 | /                 tokio::select! {
[INFO] [stdout]   48 | |                     _ = tokio::time::sleep(POLL_INTERVAL) => {}
[INFO] [stdout]   49 | |                     _ = shutdown.wait() => break,
[INFO] [stdout]   50 | |                 }
[INFO] [stdout]      | |                 -
[INFO] [stdout]      | |                 |
[INFO] [stdout]      | |                 `futures_init` calls a custom destructor
[INFO] [stdout]      | |                 `futures_init` will be dropped later as of Edition 2024
[INFO] [stdout]      | |_________________`futures` calls a custom destructor
[INFO] [stdout]      |                   `futures` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]   56 | /             tokio::select! {
[INFO] [stdout]   57 | |                 _ = state.jobs_notify.notified() => continue,
[INFO] [stdout]   58 | |                 _ = tokio::time::sleep(POLL_INTERVAL) => continue,
[INFO] [stdout]   59 | |                 _ = shutdown.wait() => break,
[INFO] [stdout]   60 | |             }
[INFO] [stdout]      | |             -
[INFO] [stdout]      | |_____________|
[INFO] [stdout]      | |_____________this value will be stored in a temporary; let us call it `#6`
[INFO] [stdout]      | |_____________`#6` will be dropped later as of Edition 2024
[INFO] [stdout]      | |_____________this value will be stored in a temporary; let us call it `#7`
[INFO] [stdout]      |               `#7` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]   65 | |                 if let Err(e) = jobs::fail_retry(&state.pool, &job, "worker shutting down").await {
[INFO] [stdout]      | |                            -    -----------------------------------------------------------------
[INFO] [stdout]      | |                            |    |                                                           |
[INFO] [stdout]      | |                            |    |                                                           this value will be stored in a temporary; let us call it `#10`
[INFO] [stdout]      | |                            |    |                                                           `#10` will be dropped later as of Edition 2024
[INFO] [stdout]      | |                            |    this value will be stored in a temporary; let us call it `#8`
[INFO] [stdout]      | |                            |    `#8` will be dropped later as of Edition 2024
[INFO] [stdout]      | |                            |    this value will be stored in a temporary; let us call it `#9`
[INFO] [stdout]      | |                            |    `#9` will be dropped later as of Edition 2024
[INFO] [stdout]      | |                            this value will be stored in a temporary; let us call it `#11`
[INFO] [stdout]      | |                            `#11` will be dropped later as of Edition 2024
[INFO] [stdout] ...    |
[INFO] [stdout]   73 | |             match dispatch(&job, &state).await {
[INFO] [stdout]      | |                   ----------------------------
[INFO] [stdout]      | |                   |
[INFO] [stdout]      | |                   this value will be stored in a temporary; let us call it `#12`
[INFO] [stdout]      | |                   `#12` will be dropped later as of Edition 2024
[INFO] [stdout]   74 | |                 Ok(()) => {
[INFO] [stdout]   75 | |                     if let Err(e) = jobs::complete(&state.pool, job_id).await {
[INFO] [stdout]      | |                                -    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-----
[INFO] [stdout]      | |                                |    |                                   |
[INFO] [stdout]      | |                                |    |                                   this value will be stored in a temporary; let us call it `#26`
[INFO] [stdout]      | |                                |    |                                   up until Edition 2021 `#26` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]      | |                                |    |                                   this value will be stored in a temporary; let us call it `#14`
[INFO] [stdout]      | |                                |    |                                   `#14` will be dropped later as of Edition 2024
[INFO] [stdout]      | |                                |    this value will be stored in a temporary; let us call it `#25`
[INFO] [stdout]      | |                                |    up until Edition 2021 `#25` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]      | |                                |    this value will be stored in a temporary; let us call it `#13`
[INFO] [stdout]      | |                                |    `#13` will be dropped later as of Edition 2024
[INFO] [stdout]      | |                                this value will be stored in a temporary; let us call it `#15`
[INFO] [stdout]      | |                                `#15` will be dropped later as of Edition 2024
[INFO] [stdout] ...    |
[INFO] [stdout]   78 | |                 }
[INFO] [stdout]      | |                 - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout] ...    |
[INFO] [stdout]   82 | |                         let _ = jobs::fail_dead(&state.pool, job_id, &msg).await;
[INFO] [stdout]      | |                                 ------------------------------------------------
[INFO] [stdout]      | |                                 |                                          |
[INFO] [stdout]      | |                                 |                                          this value will be stored in a temporary; let us call it `#18`
[INFO] [stdout]      | |                                 |                                          `#18` will be dropped later as of Edition 2024
[INFO] [stdout]      | |                                 this value will be stored in a temporary; let us call it `#16`
[INFO] [stdout]      | |                                 `#16` will be dropped later as of Edition 2024
[INFO] [stdout]      | |                                 this value will be stored in a temporary; let us call it `#17`
[INFO] [stdout]      | |                                 `#17` will be dropped later as of Edition 2024
[INFO] [stdout] ...    |
[INFO] [stdout]   92 | |                             let _ = jobs::fail_dead(&state.pool, job_id, &msg).await;
[INFO] [stdout]      | |                                     ------------------------------------------------
[INFO] [stdout]      | |                                     |                                          |
[INFO] [stdout]      | |                                     |                                          this value will be stored in a temporary; let us call it `#21`
[INFO] [stdout]      | |                                     |                                          `#21` will be dropped later as of Edition 2024
[INFO] [stdout]      | |                                     this value will be stored in a temporary; let us call it `#19`
[INFO] [stdout]      | |                                     `#19` will be dropped later as of Edition 2024
[INFO] [stdout]      | |                                     this value will be stored in a temporary; let us call it `#20`
[INFO] [stdout]      | |                                     `#20` will be dropped later as of Edition 2024
[INFO] [stdout] ...    |
[INFO] [stdout]  100 | |                             let _ = jobs::fail_retry(&state.pool, &job, &msg).await;
[INFO] [stdout]      | |                                     -----------------------------------------------
[INFO] [stdout]      | |                                     |                                         |
[INFO] [stdout]      | |                                     |                                         this value will be stored in a temporary; let us call it `#24`
[INFO] [stdout]      | |                                     |                                         `#24` will be dropped later as of Edition 2024
[INFO] [stdout]      | |                                     this value will be stored in a temporary; let us call it `#22`
[INFO] [stdout]      | |                                     `#22` will be dropped later as of Edition 2024
[INFO] [stdout]      | |                                     this value will be stored in a temporary; let us call it `#23`
[INFO] [stdout]      | |                                     `#23` will be dropped later as of Edition 2024
[INFO] [stdout]      |
[INFO] [stdout]      = note: `#25` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]      = note: `#1` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]      = note: `#2` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]      = note: `#3` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]      = note: `#5` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]      = note: `e` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `futures_init` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/pin-project-lite-0.2.17/src/lib.rs:1317:9
[INFO] [stdout]      |
[INFO] [stdout] 1317 | /         impl $(<
[INFO] [stdout] 1318 | |             $( $lifetime $(: $lifetime_bound)? ,)*
[INFO] [stdout] 1319 | |             $( $generics
[INFO] [stdout] 1320 | |                 $(: $generics_bound)?
[INFO] [stdout] ...    |
[INFO] [stdout] 1323 | |             ),*
[INFO] [stdout] 1324 | |         >)? $crate::__private::Drop for $self_ty
[INFO] [stdout]      | |________________________________________________^
[INFO] [stdout]      |
[INFO] [stdout]     ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/time/entry.rs:280:1
[INFO] [stdout]      |
[INFO] [stdout]  280 | / pin_project! {
[INFO] [stdout] ...    |
[INFO] [stdout]  310 | | }
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout] note: `futures` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/pin-project-lite-0.2.17/src/lib.rs:1317:9
[INFO] [stdout]      |
[INFO] [stdout] 1317 | /         impl $(<
[INFO] [stdout] 1318 | |             $( $lifetime $(: $lifetime_bound)? ,)*
[INFO] [stdout] 1319 | |             $( $generics
[INFO] [stdout] 1320 | |                 $(: $generics_bound)?
[INFO] [stdout] ...    |
[INFO] [stdout] 1323 | |             ),*
[INFO] [stdout] 1324 | |         >)? $crate::__private::Drop for $self_ty
[INFO] [stdout]      | |________________________________________________^
[INFO] [stdout]      |
[INFO] [stdout]     ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/time/entry.rs:280:1
[INFO] [stdout]      |
[INFO] [stdout]  280 | / pin_project! {
[INFO] [stdout] ...    |
[INFO] [stdout]  310 | | }
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout]      = note: `#8` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]      = note: `#10` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]      = note: `#11` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]      = note: `#14` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]      = note: `#15` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]      = note: `#16` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]      = note: `#18` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]      = note: `#19` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]      = note: `#21` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]      = note: `#22` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]      = note: `#24` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]      = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]      = warning: this changes meaning in Rust 2024
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]      = note: this warning originates in the macro `$crate::__pin_project_make_drop_impl` which comes from the expansion of the macro `pin_project` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]   --> src/tasks/reconcile.rs:40:29
[INFO] [stdout]    |
[INFO] [stdout] 30 |           gc(&state).await;
[INFO] [stdout]    |           ----------------
[INFO] [stdout]    |           |
[INFO] [stdout]    |           `__awaitee` calls a custom destructor
[INFO] [stdout]    |           `__awaitee` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 35 | /             sqlx::query_as("SELECT guild_id, role_id FROM role_links")
[INFO] [stdout] 36 | |                 .fetch_all(&state.pool)
[INFO] [stdout] 37 | |                 .await
[INFO] [stdout]    | |                  -----
[INFO] [stdout]    | |                  |   |
[INFO] [stdout]    | |__________________|___this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]    |                    |   `#1` will be dropped later as of Edition 2024
[INFO] [stdout]    |                    this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]    |                    `#2` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 40 |               if let Err(e) = jobs::enqueue_config_sync(&state.pool, &g, &r).await {
[INFO] [stdout]    |                          -    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-----
[INFO] [stdout]    |                          |    |                                              |
[INFO] [stdout]    |                          |    |                                              this value will be stored in a temporary; let us call it `#6`
[INFO] [stdout]    |                          |    |                                              up until Edition 2021 `#6` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]    |                          |    |                                              this value will be stored in a temporary; let us call it `#4`
[INFO] [stdout]    |                          |    |                                              `#4` will be dropped later as of Edition 2024
[INFO] [stdout]    |                          |    this value will be stored in a temporary; let us call it `#5`
[INFO] [stdout]    |                          |    up until Edition 2021 `#5` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]    |                          |    this value will be stored in a temporary; let us call it `#3`
[INFO] [stdout]    |                          |    `#3` will be dropped later as of Edition 2024
[INFO] [stdout]    |                          `e` calls a custom destructor
[INFO] [stdout]    |                          `e` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 43 |           }
[INFO] [stdout]    |           - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout] 44 |
[INFO] [stdout] 45 | /         tokio::select! {
[INFO] [stdout] 46 | |             _ = interval.tick() => {}
[INFO] [stdout] 47 | |             _ = shutdown.wait() => break,
[INFO] [stdout] 48 | |         }
[INFO] [stdout]    | |         -
[INFO] [stdout]    | |_________|
[INFO] [stdout]    | |_________`futures_init` calls a custom destructor
[INFO] [stdout]    | |_________`futures_init` will be dropped later as of Edition 2024
[INFO] [stdout]    | |_________`futures` calls a custom destructor
[INFO] [stdout]    |           `futures` will be dropped later as of Edition 2024
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#5` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]    = note: `#2` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]    = note: `#4` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]    = note: `e` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]    = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]    = warning: this changes meaning in Rust 2024
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/main.rs:271:25
[INFO] [stdout]     |
[INFO] [stdout] 270 |     for h in worker_handles {
[INFO] [stdout]     |              --------------
[INFO] [stdout]     |              |
[INFO] [stdout]     |              this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |              `#1` will be dropped later as of Edition 2024
[INFO] [stdout] 271 |         if let Err(e) = h.await {
[INFO] [stdout]     |                    -    ^^-----
[INFO] [stdout]     |                    |    | |
[INFO] [stdout]     |                    |    | this value will be stored in a temporary; let us call it `#4`
[INFO] [stdout]     |                    |    | up until Edition 2021 `#4` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]     |                    |    | this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]     |                    |    | `#2` will be dropped later as of Edition 2024
[INFO] [stdout]     |                    |    this value will be stored in a temporary; let us call it `#3`
[INFO] [stdout]     |                    |    up until Edition 2021 `#3` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]     |                    |    `__awaitee` calls a custom destructor
[INFO] [stdout]     |                    |    `__awaitee` will be dropped later as of Edition 2024
[INFO] [stdout]     |                    `e` calls a custom destructor
[INFO] [stdout]     |                    `e` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 274 |     }
[INFO] [stdout]     |     - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#3` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#4` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/task/join.rs:357:1
[INFO] [stdout]     |
[INFO] [stdout] 357 | impl<T> Drop for JoinHandle<T> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/task/join.rs:357:1
[INFO] [stdout]     |
[INFO] [stdout] 357 | impl<T> Drop for JoinHandle<T> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `__awaitee` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/task/join.rs:357:1
[INFO] [stdout]     |
[INFO] [stdout] 357 | impl<T> Drop for JoinHandle<T> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: `#2` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]     = note: `e` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/main.rs:279:25
[INFO] [stdout]     |
[INFO] [stdout] 278 |     for (name, h) in [("refresh", refresh_handle), ("reconcile", reconcile_handle)] {
[INFO] [stdout]     |                      --------------------------------------------------------------
[INFO] [stdout]     |                      |
[INFO] [stdout]     |                      this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |                      `#1` will be dropped later as of Edition 2024
[INFO] [stdout] 279 |         if let Err(e) = h.await {
[INFO] [stdout]     |                    -    ^^-----
[INFO] [stdout]     |                    |    | |
[INFO] [stdout]     |                    |    | this value will be stored in a temporary; let us call it `#4`
[INFO] [stdout]     |                    |    | up until Edition 2021 `#4` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]     |                    |    | this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]     |                    |    | `#2` will be dropped later as of Edition 2024
[INFO] [stdout]     |                    |    this value will be stored in a temporary; let us call it `#3`
[INFO] [stdout]     |                    |    up until Edition 2021 `#3` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]     |                    |    `__awaitee` calls a custom destructor
[INFO] [stdout]     |                    |    `__awaitee` will be dropped later as of Edition 2024
[INFO] [stdout]     |                    `e` calls a custom destructor
[INFO] [stdout]     |                    `e` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 282 |     }
[INFO] [stdout]     |     - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#3` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#4` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/task/join.rs:357:1
[INFO] [stdout]     |
[INFO] [stdout] 357 | impl<T> Drop for JoinHandle<T> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `__awaitee` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/task/join.rs:357:1
[INFO] [stdout]     |
[INFO] [stdout] 357 | impl<T> Drop for JoinHandle<T> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: `#2` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]     = note: `e` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/routes/oauth.rs:140:15
[INFO] [stdout]     |
[INFO] [stdout] 140 |           match client
[INFO] [stdout]     |  _______________^
[INFO] [stdout] 141 | |             .get_user(&app_tokens.access_token, user.id, mode)
[INFO] [stdout] 142 | |             .await
[INFO] [stdout]     | |              ----^
[INFO] [stdout]     | |              |   |
[INFO] [stdout]     | |              |   this value will be stored in a temporary; let us call it `#5`
[INFO] [stdout]     | |              |   up until Edition 2021 `#5` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]     | |______________|___`__awaitee` calls a custom destructor
[INFO] [stdout]     |                |   `__awaitee` will be dropped later as of Edition 2024
[INFO] [stdout]     |                this value will be stored in a temporary; let us call it `#6`
[INFO] [stdout]     |                up until Edition 2021 `#6` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]     |                this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |                `#1` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 145 |                   upsert_stats(&mut tx, user.id, mode, &u).await?;
[INFO] [stdout]     |                   -----------------------------------------------
[INFO] [stdout]     |                   |                                        |
[INFO] [stdout]     |                   |                                        this value will be stored in a temporary; let us call it `#4`
[INFO] [stdout]     |                   |                                        `#4` will be dropped later as of Edition 2024
[INFO] [stdout]     |                   this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]     |                   `#2` will be dropped later as of Edition 2024
[INFO] [stdout]     |                   this value will be stored in a temporary; let us call it `#3`
[INFO] [stdout]     |                   `#3` will be dropped later as of Edition 2024
[INFO] [stdout] 146 |               }
[INFO] [stdout] 147 |               Err(e) => {
[INFO] [stdout]     |                   -
[INFO] [stdout]     |                   |
[INFO] [stdout]     |                   `e` calls a custom destructor
[INFO] [stdout]     |                   `e` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 155 |       }
[INFO] [stdout]     |       - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#5` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]     = note: `#1` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]     = note: `#2` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]     = note: `#4` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]     = note: `e` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]     = note: `--force-warn tail-expr-drop-order` implied by `--force-warn rust-2024-compatibility`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/routes/oauth.rs:430:15
[INFO] [stdout]     |
[INFO] [stdout] 430 |           match client
[INFO] [stdout]     |  _______________^
[INFO] [stdout] 431 | |             .get_user(&app_tokens.access_token, osu_user_id, mode)
[INFO] [stdout] 432 | |             .await
[INFO] [stdout]     | |              ----^
[INFO] [stdout]     | |              |   |
[INFO] [stdout]     | |              |   this value will be stored in a temporary; let us call it `#5`
[INFO] [stdout]     | |              |   up until Edition 2021 `#5` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]     | |______________|___`__awaitee` calls a custom destructor
[INFO] [stdout]     |                |   `__awaitee` will be dropped later as of Edition 2024
[INFO] [stdout]     |                this value will be stored in a temporary; let us call it `#6`
[INFO] [stdout]     |                up until Edition 2021 `#6` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]     |                this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |                `#1` will be dropped later as of Edition 2024
[INFO] [stdout] 433 |           {
[INFO] [stdout] 434 |               Ok(u) => upsert_stats(&mut tx, osu_user_id, mode, &u).await?,
[INFO] [stdout]     |                        ---------------------------------------------------
[INFO] [stdout]     |                        |                                            |
[INFO] [stdout]     |                        |                                            this value will be stored in a temporary; let us call it `#4`
[INFO] [stdout]     |                        |                                            `#4` will be dropped later as of Edition 2024
[INFO] [stdout]     |                        this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]     |                        `#2` will be dropped later as of Edition 2024
[INFO] [stdout]     |                        this value will be stored in a temporary; let us call it `#3`
[INFO] [stdout]     |                        `#3` will be dropped later as of Edition 2024
[INFO] [stdout] 435 |               Err(e) => {
[INFO] [stdout]     |                   -
[INFO] [stdout]     |                   |
[INFO] [stdout]     |                   `e` calls a custom destructor
[INFO] [stdout]     |                   `e` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 443 |       }
[INFO] [stdout]     |       - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#5` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]     = note: `#1` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]     = note: `#2` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]     = note: `#4` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]     = note: `e` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/services/rolelogic.rs:233:29
[INFO] [stdout]     |
[INFO] [stdout] 233 |               if let Err(e) = self
[INFO] [stdout]     |  ________________________-____^
[INFO] [stdout]     | |                        |
[INFO] [stdout]     | |                        `e` calls a custom destructor
[INFO] [stdout]     | |                        `e` will be dropped later as of Edition 2024
[INFO] [stdout] 234 | |                 .upload_chunk(guild_id, role_id, &upload_id, chunk, token)
[INFO] [stdout] 235 | |                 .await
[INFO] [stdout]     | |                  ----^
[INFO] [stdout]     | |                  |   |
[INFO] [stdout]     | |                  |   this value will be stored in a temporary; let us call it `#5`
[INFO] [stdout]     | |                  |   up until Edition 2021 `#5` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]     | |__________________|___`__awaitee` calls a custom destructor
[INFO] [stdout]     |                    |   `__awaitee` will be dropped later as of Edition 2024
[INFO] [stdout]     |                    this value will be stored in a temporary; let us call it `#6`
[INFO] [stdout]     |                    up until Edition 2021 `#6` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]     |                    this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |                    `#1` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 245 |                   if let Err(cancel_err) = self
[INFO] [stdout]     |  ____________________________----------____-
[INFO] [stdout]     |  ____________________________|_____________|
[INFO] [stdout]     |  ____________________________|_____________|
[INFO] [stdout]     |  ____________________________|_____________|
[INFO] [stdout]     | |                            |
[INFO] [stdout]     | |                            `cancel_err` calls a custom destructor
[INFO] [stdout]     | |                            `cancel_err` will be dropped later as of Edition 2024
[INFO] [stdout] 246 | |                     .cancel_upload(guild_id, role_id, &upload_id, token)
[INFO] [stdout] 247 | |                     .await
[INFO] [stdout]     | |                      -----
[INFO] [stdout]     | |______________________|___|
[INFO] [stdout]     | |______________________|___this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]     | |______________________|___`#2` will be dropped later as of Edition 2024
[INFO] [stdout]     | |______________________|___this value will be stored in a temporary; let us call it `#3`
[INFO] [stdout]     |                        |   `#3` will be dropped later as of Edition 2024
[INFO] [stdout]     |                        this value will be stored in a temporary; let us call it `#4`
[INFO] [stdout]     |                        `#4` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 258 | |         }
[INFO] [stdout]     | |         - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#5` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]     = note: `#1` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]     = note: `e` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]     = note: `#2` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]     = note: `#4` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]     = note: `cancel_err` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]     --> src/tasks/job_worker.rs:75:37
[INFO] [stdout]      |
[INFO] [stdout]   35 |               if let Ok(n) = jobs::reap_stuck(&state.pool, STUCK_LOCK_SECS).await {
[INFO] [stdout]      |                              ----------------------------------------------------
[INFO] [stdout]      |                              |                                              |
[INFO] [stdout]      |                              |                                              this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]      |                              |                                              `#2` will be dropped later as of Edition 2024
[INFO] [stdout]      |                              this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]      |                              `#1` will be dropped later as of Edition 2024
[INFO] [stdout]      |                              `__awaitee` calls a custom destructor
[INFO] [stdout]      |                              `__awaitee` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]   43 |           let claimed = match jobs::claim_batch(&state.pool, &worker_id, BATCH_SIZE).await {
[INFO] [stdout]      |                               ------------------------------------------------------------
[INFO] [stdout]      |                               |                                                      |
[INFO] [stdout]      |                               |                                                      this value will be stored in a temporary; let us call it `#5`
[INFO] [stdout]      |                               |                                                      `#5` will be dropped later as of Edition 2024
[INFO] [stdout]      |                               this value will be stored in a temporary; let us call it `#3`
[INFO] [stdout]      |                               `#3` will be dropped later as of Edition 2024
[INFO] [stdout]      |                               this value will be stored in a temporary; let us call it `#4`
[INFO] [stdout]      |                               `#4` will be dropped later as of Edition 2024
[INFO] [stdout]   44 |               Ok(j) => j,
[INFO] [stdout]   45 |               Err(e) => {
[INFO] [stdout]      |                   -
[INFO] [stdout]      |                   |
[INFO] [stdout]      |                   `e` calls a custom destructor
[INFO] [stdout]      |                   `e` will be dropped later as of Edition 2024
[INFO] [stdout]   46 |                   tracing::error!(worker_id, "claim_batch failed: {e}");
[INFO] [stdout]   47 | /                 tokio::select! {
[INFO] [stdout]   48 | |                     _ = tokio::time::sleep(POLL_INTERVAL) => {}
[INFO] [stdout]   49 | |                     _ = shutdown.wait() => break,
[INFO] [stdout]   50 | |                 }
[INFO] [stdout]      | |                 -
[INFO] [stdout]      | |                 |
[INFO] [stdout]      | |                 `futures_init` calls a custom destructor
[INFO] [stdout]      | |                 `futures_init` will be dropped later as of Edition 2024
[INFO] [stdout]      | |_________________`futures` calls a custom destructor
[INFO] [stdout]      |                   `futures` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]   56 | /             tokio::select! {
[INFO] [stdout]   57 | |                 _ = state.jobs_notify.notified() => continue,
[INFO] [stdout]   58 | |                 _ = tokio::time::sleep(POLL_INTERVAL) => continue,
[INFO] [stdout]   59 | |                 _ = shutdown.wait() => break,
[INFO] [stdout]   60 | |             }
[INFO] [stdout]      | |             -
[INFO] [stdout]      | |_____________|
[INFO] [stdout]      | |_____________this value will be stored in a temporary; let us call it `#6`
[INFO] [stdout]      | |_____________`#6` will be dropped later as of Edition 2024
[INFO] [stdout]      | |_____________this value will be stored in a temporary; let us call it `#7`
[INFO] [stdout]      |               `#7` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]   65 | |                 if let Err(e) = jobs::fail_retry(&state.pool, &job, "worker shutting down").await {
[INFO] [stdout]      | |                            -    -----------------------------------------------------------------
[INFO] [stdout]      | |                            |    |                                                           |
[INFO] [stdout]      | |                            |    |                                                           this value will be stored in a temporary; let us call it `#10`
[INFO] [stdout]      | |                            |    |                                                           `#10` will be dropped later as of Edition 2024
[INFO] [stdout]      | |                            |    this value will be stored in a temporary; let us call it `#8`
[INFO] [stdout]      | |                            |    `#8` will be dropped later as of Edition 2024
[INFO] [stdout]      | |                            |    this value will be stored in a temporary; let us call it `#9`
[INFO] [stdout]      | |                            |    `#9` will be dropped later as of Edition 2024
[INFO] [stdout]      | |                            this value will be stored in a temporary; let us call it `#11`
[INFO] [stdout]      | |                            `#11` will be dropped later as of Edition 2024
[INFO] [stdout] ...    |
[INFO] [stdout]   73 | |             match dispatch(&job, &state).await {
[INFO] [stdout]      | |                   ----------------------------
[INFO] [stdout]      | |                   |
[INFO] [stdout]      | |                   this value will be stored in a temporary; let us call it `#12`
[INFO] [stdout]      | |                   `#12` will be dropped later as of Edition 2024
[INFO] [stdout]   74 | |                 Ok(()) => {
[INFO] [stdout]   75 | |                     if let Err(e) = jobs::complete(&state.pool, job_id).await {
[INFO] [stdout]      | |                                -    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-----
[INFO] [stdout]      | |                                |    |                                   |
[INFO] [stdout]      | |                                |    |                                   this value will be stored in a temporary; let us call it `#26`
[INFO] [stdout]      | |                                |    |                                   up until Edition 2021 `#26` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]      | |                                |    |                                   this value will be stored in a temporary; let us call it `#14`
[INFO] [stdout]      | |                                |    |                                   `#14` will be dropped later as of Edition 2024
[INFO] [stdout]      | |                                |    this value will be stored in a temporary; let us call it `#25`
[INFO] [stdout]      | |                                |    up until Edition 2021 `#25` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]      | |                                |    this value will be stored in a temporary; let us call it `#13`
[INFO] [stdout]      | |                                |    `#13` will be dropped later as of Edition 2024
[INFO] [stdout]      | |                                this value will be stored in a temporary; let us call it `#15`
[INFO] [stdout]      | |                                `#15` will be dropped later as of Edition 2024
[INFO] [stdout] ...    |
[INFO] [stdout]   78 | |                 }
[INFO] [stdout]      | |                 - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout] ...    |
[INFO] [stdout]   82 | |                         let _ = jobs::fail_dead(&state.pool, job_id, &msg).await;
[INFO] [stdout]      | |                                 ------------------------------------------------
[INFO] [stdout]      | |                                 |                                          |
[INFO] [stdout]      | |                                 |                                          this value will be stored in a temporary; let us call it `#18`
[INFO] [stdout]      | |                                 |                                          `#18` will be dropped later as of Edition 2024
[INFO] [stdout]      | |                                 this value will be stored in a temporary; let us call it `#16`
[INFO] [stdout]      | |                                 `#16` will be dropped later as of Edition 2024
[INFO] [stdout]      | |                                 this value will be stored in a temporary; let us call it `#17`
[INFO] [stdout]      | |                                 `#17` will be dropped later as of Edition 2024
[INFO] [stdout] ...    |
[INFO] [stdout]   92 | |                             let _ = jobs::fail_dead(&state.pool, job_id, &msg).await;
[INFO] [stdout]      | |                                     ------------------------------------------------
[INFO] [stdout]      | |                                     |                                          |
[INFO] [stdout]      | |                                     |                                          this value will be stored in a temporary; let us call it `#21`
[INFO] [stdout]      | |                                     |                                          `#21` will be dropped later as of Edition 2024
[INFO] [stdout]      | |                                     this value will be stored in a temporary; let us call it `#19`
[INFO] [stdout]      | |                                     `#19` will be dropped later as of Edition 2024
[INFO] [stdout]      | |                                     this value will be stored in a temporary; let us call it `#20`
[INFO] [stdout]      | |                                     `#20` will be dropped later as of Edition 2024
[INFO] [stdout] ...    |
[INFO] [stdout]  100 | |                             let _ = jobs::fail_retry(&state.pool, &job, &msg).await;
[INFO] [stdout]      | |                                     -----------------------------------------------
[INFO] [stdout]      | |                                     |                                         |
[INFO] [stdout]      | |                                     |                                         this value will be stored in a temporary; let us call it `#24`
[INFO] [stdout]      | |                                     |                                         `#24` will be dropped later as of Edition 2024
[INFO] [stdout]      | |                                     this value will be stored in a temporary; let us call it `#22`
[INFO] [stdout]      | |                                     `#22` will be dropped later as of Edition 2024
[INFO] [stdout]      | |                                     this value will be stored in a temporary; let us call it `#23`
[INFO] [stdout]      | |                                     `#23` will be dropped later as of Edition 2024
[INFO] [stdout]      |
[INFO] [stdout]      = note: `#25` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]      = note: `#1` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]      = note: `#2` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]      = note: `#3` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]      = note: `#5` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]      = note: `e` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `futures_init` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/pin-project-lite-0.2.17/src/lib.rs:1317:9
[INFO] [stdout]      |
[INFO] [stdout] 1317 | /         impl $(<
[INFO] [stdout] 1318 | |             $( $lifetime $(: $lifetime_bound)? ,)*
[INFO] [stdout] 1319 | |             $( $generics
[INFO] [stdout] 1320 | |                 $(: $generics_bound)?
[INFO] [stdout] ...    |
[INFO] [stdout] 1323 | |             ),*
[INFO] [stdout] 1324 | |         >)? $crate::__private::Drop for $self_ty
[INFO] [stdout]      | |________________________________________________^
[INFO] [stdout]      |
[INFO] [stdout]     ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/time/entry.rs:280:1
[INFO] [stdout]      |
[INFO] [stdout]  280 | / pin_project! {
[INFO] [stdout] ...    |
[INFO] [stdout]  310 | | }
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout] note: `futures` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/pin-project-lite-0.2.17/src/lib.rs:1317:9
[INFO] [stdout]      |
[INFO] [stdout] 1317 | /         impl $(<
[INFO] [stdout] 1318 | |             $( $lifetime $(: $lifetime_bound)? ,)*
[INFO] [stdout] 1319 | |             $( $generics
[INFO] [stdout] 1320 | |                 $(: $generics_bound)?
[INFO] [stdout] ...    |
[INFO] [stdout] 1323 | |             ),*
[INFO] [stdout] 1324 | |         >)? $crate::__private::Drop for $self_ty
[INFO] [stdout]      | |________________________________________________^
[INFO] [stdout]      |
[INFO] [stdout]     ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/time/entry.rs:280:1
[INFO] [stdout]      |
[INFO] [stdout]  280 | / pin_project! {
[INFO] [stdout] ...    |
[INFO] [stdout]  310 | | }
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout]      = note: `#8` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]      = note: `#10` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]      = note: `#11` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]      = note: `#14` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]      = note: `#15` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]      = note: `#16` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]      = note: `#18` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]      = note: `#19` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]      = note: `#21` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]      = note: `#22` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]      = note: `#24` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]      = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]      = warning: this changes meaning in Rust 2024
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]      = note: this warning originates in the macro `$crate::__pin_project_make_drop_impl` which comes from the expansion of the macro `pin_project` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]   --> src/tasks/reconcile.rs:40:29
[INFO] [stdout]    |
[INFO] [stdout] 30 |           gc(&state).await;
[INFO] [stdout]    |           ----------------
[INFO] [stdout]    |           |
[INFO] [stdout]    |           `__awaitee` calls a custom destructor
[INFO] [stdout]    |           `__awaitee` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 35 | /             sqlx::query_as("SELECT guild_id, role_id FROM role_links")
[INFO] [stdout] 36 | |                 .fetch_all(&state.pool)
[INFO] [stdout] 37 | |                 .await
[INFO] [stdout]    | |                  -----
[INFO] [stdout]    | |                  |   |
[INFO] [stdout]    | |__________________|___this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]    |                    |   `#1` will be dropped later as of Edition 2024
[INFO] [stdout]    |                    this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]    |                    `#2` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 40 |               if let Err(e) = jobs::enqueue_config_sync(&state.pool, &g, &r).await {
[INFO] [stdout]    |                          -    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-----
[INFO] [stdout]    |                          |    |                                              |
[INFO] [stdout]    |                          |    |                                              this value will be stored in a temporary; let us call it `#6`
[INFO] [stdout]    |                          |    |                                              up until Edition 2021 `#6` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]    |                          |    |                                              this value will be stored in a temporary; let us call it `#4`
[INFO] [stdout]    |                          |    |                                              `#4` will be dropped later as of Edition 2024
[INFO] [stdout]    |                          |    this value will be stored in a temporary; let us call it `#5`
[INFO] [stdout]    |                          |    up until Edition 2021 `#5` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]    |                          |    this value will be stored in a temporary; let us call it `#3`
[INFO] [stdout]    |                          |    `#3` will be dropped later as of Edition 2024
[INFO] [stdout]    |                          `e` calls a custom destructor
[INFO] [stdout]    |                          `e` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 43 |           }
[INFO] [stdout]    |           - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout] 44 |
[INFO] [stdout] 45 | /         tokio::select! {
[INFO] [stdout] 46 | |             _ = interval.tick() => {}
[INFO] [stdout] 47 | |             _ = shutdown.wait() => break,
[INFO] [stdout] 48 | |         }
[INFO] [stdout]    | |         -
[INFO] [stdout]    | |_________|
[INFO] [stdout]    | |_________`futures_init` calls a custom destructor
[INFO] [stdout]    | |_________`futures_init` will be dropped later as of Edition 2024
[INFO] [stdout]    | |_________`futures` calls a custom destructor
[INFO] [stdout]    |           `futures` will be dropped later as of Edition 2024
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#5` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]    = note: `#2` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]    = note: `#4` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]    = note: `e` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]    = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]    = warning: this changes meaning in Rust 2024
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/main.rs:271:25
[INFO] [stdout]     |
[INFO] [stdout] 270 |     for h in worker_handles {
[INFO] [stdout]     |              --------------
[INFO] [stdout]     |              |
[INFO] [stdout]     |              this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |              `#1` will be dropped later as of Edition 2024
[INFO] [stdout] 271 |         if let Err(e) = h.await {
[INFO] [stdout]     |                    -    ^^-----
[INFO] [stdout]     |                    |    | |
[INFO] [stdout]     |                    |    | this value will be stored in a temporary; let us call it `#4`
[INFO] [stdout]     |                    |    | up until Edition 2021 `#4` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]     |                    |    | this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]     |                    |    | `#2` will be dropped later as of Edition 2024
[INFO] [stdout]     |                    |    this value will be stored in a temporary; let us call it `#3`
[INFO] [stdout]     |                    |    up until Edition 2021 `#3` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]     |                    |    `__awaitee` calls a custom destructor
[INFO] [stdout]     |                    |    `__awaitee` will be dropped later as of Edition 2024
[INFO] [stdout]     |                    `e` calls a custom destructor
[INFO] [stdout]     |                    `e` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 274 |     }
[INFO] [stdout]     |     - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#3` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#4` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/task/join.rs:357:1
[INFO] [stdout]     |
[INFO] [stdout] 357 | impl<T> Drop for JoinHandle<T> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/task/join.rs:357:1
[INFO] [stdout]     |
[INFO] [stdout] 357 | impl<T> Drop for JoinHandle<T> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `__awaitee` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/task/join.rs:357:1
[INFO] [stdout]     |
[INFO] [stdout] 357 | impl<T> Drop for JoinHandle<T> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: `#2` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]     = note: `e` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 09s
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/main.rs:279:25
[INFO] [stdout]     |
[INFO] [stdout] 278 |     for (name, h) in [("refresh", refresh_handle), ("reconcile", reconcile_handle)] {
[INFO] [stdout]     |                      --------------------------------------------------------------
[INFO] [stdout]     |                      |
[INFO] [stdout]     |                      this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |                      `#1` will be dropped later as of Edition 2024
[INFO] [stdout] 279 |         if let Err(e) = h.await {
[INFO] [stdout]     |                    -    ^^-----
[INFO] [stdout]     |                    |    | |
[INFO] [stdout]     |                    |    | this value will be stored in a temporary; let us call it `#4`
[INFO] [stdout]     |                    |    | up until Edition 2021 `#4` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]     |                    |    | this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]     |                    |    | `#2` will be dropped later as of Edition 2024
[INFO] [stdout]     |                    |    this value will be stored in a temporary; let us call it `#3`
[INFO] [stdout]     |                    |    up until Edition 2021 `#3` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]     |                    |    `__awaitee` calls a custom destructor
[INFO] [stdout]     |                    |    `__awaitee` will be dropped later as of Edition 2024
[INFO] [stdout]     |                    `e` calls a custom destructor
[INFO] [stdout]     |                    `e` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 282 |     }
[INFO] [stdout]     |     - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#3` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#4` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/task/join.rs:357:1
[INFO] [stdout]     |
[INFO] [stdout] 357 | impl<T> Drop for JoinHandle<T> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `__awaitee` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/task/join.rs:357:1
[INFO] [stdout]     |
[INFO] [stdout] 357 | impl<T> Drop for JoinHandle<T> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: `#2` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]     = note: `e` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] crater-edition-check: osu-player-role v0.1.0 (/opt/rustwide/workdir) updating edition from 2021 to 2024
[INFO] [stderr]     Checking osu-player-role v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 14s
[INFO] [stderr] crater-edition-check all packages now at latest edition
[INFO] [stderr] crater-edition-check: all finished
[INFO] running `Command { std: "docker" "inspect" "c4579ecbb6811b57823e47bf1d53680c121fc1e08959ced7b907548da8f3cfb8", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c4579ecbb6811b57823e47bf1d53680c121fc1e08959ced7b907548da8f3cfb8", kill_on_drop: false }`
[INFO] [stdout] c4579ecbb6811b57823e47bf1d53680c121fc1e08959ced7b907548da8f3cfb8
